home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Programare / rpdcss / rpdcss5.exe / {app} / data / cssdefs / Netscape 4.ini < prev    next >
Encoding:
INI File  |  2004-07-17  |  6.3 KB  |  398 lines

  1. ; CSS Netscape 4 Compatible
  2.  
  3. [%groups]
  4. borders=Borders
  5. colors=Colors and Backgrounds
  6. fonts=Font
  7. text=Text
  8. visual=Visual
  9.  
  10. [%units]
  11. <length>=px|em|ex|pt|in|pc|mm|cm
  12.  
  13. [%types]
  14. <generic-family>=serif|sans-serif|monospace
  15. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  16. <relative-size>=larger|smaller
  17. <border-style>=none|solid|double|groove|ridge|inset|outset
  18. <border-width>=thin|medium|thick|<length>
  19.  
  20. [%properties]
  21. background
  22. background-color
  23. background-image
  24. background-repeat
  25. border
  26. border-bottom-width
  27. border-color
  28. border-left-width
  29. border-right-width
  30. border-style
  31. border-top-width
  32. border-width
  33. clear
  34. clip
  35. color
  36. display
  37. float
  38. font
  39. font-family
  40. font-size
  41. font-style
  42. font-weight
  43. layer-background-color
  44. layer-background-image
  45. left
  46. line-height
  47. list-style
  48. list-style-type
  49. margin
  50. margin-bottom
  51. margin-left
  52. margin-right
  53. margin-top
  54. overflow
  55. padding
  56. padding-bottom
  57. padding-left
  58. padding-right
  59. padding-top
  60. position
  61. source-include
  62. text-align
  63. text-decoration
  64. text-indent
  65. text-transform
  66. top
  67. visibility
  68. white-space
  69. width
  70. z-index
  71.  
  72. [background]
  73. inherited=1
  74. initial=
  75. group=colors
  76. value=<mixed>
  77. sub1=background-color,<color>|transparent
  78. sub2=background-image,none|<imageurl>
  79. sub3=background-repeat,repeat-x|repeat-y|no-repeat|repeat
  80.  
  81. [background-color]
  82. inherited=0
  83. initial=
  84. group=colors
  85. value=<color>|transparent
  86.  
  87. [background-image]
  88. inherited=
  89. initial=
  90. group=colors
  91. value=none|<imageurl>
  92.  
  93. [background-repeat]
  94. inherited=
  95. initial=
  96. group=colors
  97. value=repeat-x|repeat-y|no-repeat|repeat
  98.  
  99. [border]
  100. inherited=
  101. initial=
  102. group=borders
  103. value=<mixed>
  104. sub1=width,<border-top-width>
  105. sub2=style,<border-style>
  106. sub3=color,<color>
  107.  
  108. [border-bottom-width]
  109. inherited=
  110. initial=
  111. group=borders
  112. value=<border-width>
  113.  
  114. [border-color]
  115. inherited=
  116. initial=
  117. group=borders
  118. value=<mixed>|<color>
  119. sub1=color,<color>
  120. sub2=color,<color>
  121. sub3=color,<color>
  122. sub4=color,<color>
  123.  
  124. [border-left-width]
  125. inherited=
  126. initial=
  127. group=borders
  128. value=<border-width>
  129.  
  130. [border-right-width]
  131. inherited=
  132. initial=
  133. group=borders
  134. value=<border-width>
  135.  
  136. [border-style]
  137. inherited=
  138. initial=
  139. group=borders
  140. value=<border-style>
  141.  
  142. [border-top-width]
  143. inherited=
  144. initial=
  145. group=borders
  146. value=<border-width>
  147.  
  148. [border-width]
  149. inherited=
  150. initial=
  151. group=borders
  152. value=<mixed>|<border-width>
  153. sub1=border-top-width,<border-width>
  154. sub2=border-right-width,<border-width>
  155. sub3=border-bottom-width,<border-width>
  156. sub4=border-left-width,<border-width>
  157.  
  158. [clear]
  159. inherited=
  160. initial=none
  161. group=borders
  162. value=none|left|right|both
  163.  
  164. [clip]
  165. inherited=
  166. initial=auto
  167. group=visual
  168. value=auto
  169.  
  170. [color]
  171. inherited=
  172. initial=
  173. group=colors
  174. value=<color>
  175.  
  176. [display]
  177. inherited=
  178. initial=
  179. group=visual
  180. value=block|list-item|none
  181.  
  182. [float]
  183. inherited=
  184. initial=none
  185. group=borders
  186. value=left|right|none
  187.  
  188. [font]
  189. inherited=
  190. initial=
  191. group=fonts
  192. value=<mixed>
  193. sub1=font-weight,normal|bolder|bold|100|200|300|400|500|600|700|800|900
  194. sub2=font-style,normal|italic
  195. sub3=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  196. sub4=line-height,normal|<percentage>|<length>|<number>
  197. sub5=font-family,<font>
  198.  
  199. [font-family]
  200. inherited=1
  201. initial=
  202. group=fonts
  203. value=<font>
  204.  
  205. [font-size]
  206. inherited=
  207. initial=
  208. group=fonts
  209. value=<length>|<percentage>|<relative-size>|<absolute-size>
  210.  
  211. [font-style]
  212. inherited=1
  213. initial=normal
  214. group=fonts
  215. value=normal|italic
  216.  
  217. [font-weight]
  218. inherited=1
  219. initial=normal
  220. group=fonts
  221. value=normal|bolder|bold|100|200|300|400|500|600|700|800|900
  222.  
  223. [layer-background-color]
  224. inherited=
  225. initial=
  226. group=colors
  227. value=<color>
  228.  
  229. [layer-background-image]
  230. inherited=
  231. initial=none
  232. group=colors
  233. value=<imageurl>|none
  234.  
  235. [left]
  236. inherited=
  237. initial=auto
  238. group=visual
  239. value=<percentage>|<length>|auto
  240.  
  241. [line-height]
  242. inherited=1
  243. initial=normal
  244. group=text
  245. value=normal|<percentage>|<length>|<number>
  246.  
  247. [list-style]
  248. inherited=1
  249. initial=
  250. group=visual
  251. value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  252.  
  253. [list-style-type]
  254. inherited=1
  255. initial=disc
  256. group=visual
  257. value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  258.  
  259. [margin]
  260. inherited=
  261. initial=
  262. group=borders
  263. value=<mixed>|<percentage>|<length>
  264. sub1=margin-top,<percentage>|<length>
  265. sub2=margin-right,<percentage>|<length>
  266. sub3=margin-bottom,<percentage>|<length>
  267. sub4=margin-left,<percentage>|<length>
  268.  
  269. [margin-bottom]
  270. inherited=
  271. initial=0
  272. group=borders
  273. value=<percentage>|<length>
  274.  
  275. [margin-left]
  276. inherited=
  277. initial=0
  278. group=borders
  279. value=<percentage>|<length>
  280.  
  281. [margin-right]
  282. inherited=
  283. initial=0
  284. group=borders
  285. value=<percentage>|<length>
  286.  
  287. [margin-top]
  288. inherited=
  289. initial=0
  290. group=borders
  291. value=<percentage>|<length>
  292.  
  293. [overflow]
  294. inherited=
  295. initial=visible
  296. group=borders
  297. value=visible|hidden
  298.  
  299. [padding]
  300. inherited=
  301. initial=0
  302. group=borders
  303. value=<mixed>|<percentage>|<length>
  304. sub1=padding-top,<percentage>|<length>
  305. sub2=padding-right,<percentage>|<length>
  306. sub3=padding-bottom,<percentage>|<length>
  307. sub4=padding-left,<percentage>|<length>
  308.  
  309. [padding-bottom]
  310. inherited=
  311. initial=0
  312. group=borders
  313. value=<percentage>|<length>
  314.  
  315. [padding-left]
  316. inherited=
  317. initial=0
  318. group=borders
  319. value=<percentage>|<length>
  320.  
  321. [padding-right]
  322. inherited=
  323. initial=0
  324. group=borders
  325. value=<percentage>|<length>
  326.  
  327. [padding-top]
  328. inherited=
  329. initial=0
  330. group=borders
  331. value=<percentage>|<length>
  332.  
  333. [position]
  334. inherited=
  335. initial=
  336. group=visual
  337. value=absolute|relative
  338.  
  339. [source-include]
  340. inherited=
  341. initial=
  342. group=visual
  343. value=<url>
  344.  
  345. [text-align]
  346. inherited=
  347. initial=
  348. group=text
  349. value=left|right|center|justify
  350.  
  351. [text-decoration]
  352. inherited=
  353. initial=
  354. group=text
  355. multiple=1
  356. value=none|underline|line-through|blink
  357.  
  358. [text-indent]
  359. inherited=
  360. initial=0
  361. group=text
  362. value=<percentage>|<length>
  363.  
  364. [text-transform]
  365. inherited=
  366. initial=none
  367. group=text
  368. value=capitalize|uppercase|lowercase|none
  369.  
  370. [top]
  371. inherited=
  372. initial=auto
  373. group=visual
  374. value=<percentage>|<length>|auto
  375.  
  376. [visibility]
  377. inherited=
  378. initial=inherit
  379. group=visual
  380. value=show|hidden|inherit
  381.  
  382. [white-space]
  383. inherited=1
  384. initial=
  385. group=visual
  386. value=normal|pre
  387.  
  388. [width]
  389. inherited=
  390. initial=auto
  391. group=visual
  392. value=<percentage>|<length>|auto
  393.  
  394. [z-index]
  395. inherited=
  396. initial=auto
  397. group=visual
  398. value=<number>|auto